'Declaration Public Overloads Sub ReplaceTextSymbols( _
ByVal replaceMapThe map that should be used for replacing symbol.() As System.Collections.Generic.Dictionary(Of PdfTextSymbol,PdfTextSymbol), _
ByVal progressControllerProgress controller.As Vintasoft.Imaging.Utils.IActionProgressController, _
ByVal ParamArray nodesThe nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.() As Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase _
)
public void ReplaceTextSymbols(
System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol>[] replaceMap,
Vintasoft.Imaging.Utils.IActionProgressController progressController,
params Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase[] nodes
)
public: void ReplaceTextSymbols(
System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol*>*[]* replaceMap,
Vintasoft.Imaging.Utils.IActionProgressController* progressController,
params Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase*[]* nodes
)
public:
void ReplaceTextSymbols(
array<System.Collections.Generic.Dictionary<PdfTextSymbol,PdfTextSymbol^>^>^ replaceMap,
Vintasoft.Imaging.Utils.IActionProgressController^ progressController,
... array<Vintasoft.Imaging.Pdf.Tree.PdfTreeNodeBase^>^ nodes
)
Parameters
- replaceMap
- The map that should be used for replacing symbol.
- progressController
- Progress controller.
- nodes
- The nodes (instances of PdfPage or PdfFormXObjectResource object) where symbol codes must be replaced.